한국어
인증 토큰을 사용하여 사용자의 비밀번호를 재설정합니다. 사용자는 이메일로 검증 토큰을 받아야 합니다.
cURL
curl --request POST \ --url https://your_a2_service/auth/reset-password \ --header 'Content-Type: application/json' \ --data '{ "password": "<string>", "token": "<string>" }'
200
example
"<any>"
Successful Response
The response is of type any.
any
이 페이지가 도움이 되었나요?